Skip to content

DYN-8942: Fix close on escape and autofocus for autocomplete, update search cache after async result.#16272

Merged
johnpierson merged 2 commits into
DynamoDS:masterfrom
chubakueno:feature/DYN-8942
Jun 6, 2025
Merged

DYN-8942: Fix close on escape and autofocus for autocomplete, update search cache after async result.#16272
johnpierson merged 2 commits into
DynamoDS:masterfrom
chubakueno:feature/DYN-8942

Conversation

@chubakueno

@chubakueno chubakueno commented Jun 5, 2025

Copy link
Copy Markdown
Contributor

Purpose

Fix close on escape and autofocus for autocomplete, update search cache after async result.

2025-06-05.14-15-37.mp4

Declarations

Check these if you believe they are true

  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB
  • This PR introduces new feature code involve network connecting and is tested with no-network mode.

Release Notes

Fix close on escape and autofocus for autocomplete, update search cache after async result.

Reviewers

@johnpierson
@BogdanZavu

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-8942

{
this.dynamoViewModel.UIDispatcher.BeginInvoke(() =>
{
if (LastRequestGuid != myRequest || !IsOpen) return;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! You added this one as well. Nice!

@BogdanZavu

Copy link
Copy Markdown
Contributor

LGTM!

@johnpierson johnpierson added the ai/ml 🧠 synapse team related PRs label Jun 5, 2025
@johnpierson

Copy link
Copy Markdown
Member

Ran the flaky test locally and it is working.
image

@johnpierson johnpierson merged commit fd90847 into DynamoDS:master Jun 6, 2025
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/ml 🧠 synapse team related PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants